home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / SoundApps / aa_m68k_Intel_Only / Csnd.v1.6 / Csnd.app / English.lproj / Csnd.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  624 b   |  45 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. AppDelegate = {
  7.     ACTIONS = {
  8.     appWillTerminate:;
  9.     closeDocument:;
  10.     newDocument:;
  11.     openDocument:;
  12.     saveAsDocument:;
  13.     appDidInit:;
  14.     doCsound:;
  15.     saveDocument:;
  16.     rerunLastCompile:;
  17.     playLastSound:;
  18.     showHelpFor:;
  19.     info:;
  20.     preferences:;
  21.     debugAlert:;
  22.     saveAll:;
  23.     };
  24.     OUTLETS = {
  25.     lastDocument;
  26.     stringTable;
  27.     menuPlaySound;
  28.     subprocessMgr;
  29.     currentDocument;
  30.     info;
  31.     menuRerunCompile;
  32.     preferences;
  33.     };
  34.     SUPERCLASS = Object;
  35. };
  36. CommandScroll = {
  37.     ACTIONS = {
  38.     };
  39.     OUTLETS = {
  40.     delegate;
  41.     docView;
  42.     };
  43.     SUPERCLASS = ScrollView;
  44. };
  45.